Welcome![Sign In][Sign Up]
Location:
Search - filter driver USB

Search list

[Driver Develop20020405

Description: 本文分三部分来介绍如何构造一个简单的USB过滤驱动程序,包括“基本原理”、“程序的 实现”、“使用INF安装”。此文的目的在于希望读者了解基本原理后,可以使用除DDK以 外最流行也最方便的驱动开发工具DriverStudio来实现一个自己的过滤驱动,并正确地安 装。 -how to structure a simple USB filter driver, "basic principles", "Implementation of procedures", "use the INF installation." The purpose of this article is to encourage the readers to understand the basic principles, DDK can be used in addition to other than the most common and also the most convenient driver development tool to achieve a DriverStudio of their own filter driver, and proper installation.
Platform: | Size: 129024 | Author: 李一凡 | Hits:

[USB develop060621usbfilt

Description: 一个很好的键盘过滤驱动程序。绝对经典。绝对实用-a good keyboard filter driver. Absolutely classic. Absolutely practical
Platform: | Size: 66560 | Author: 毛毛 | Hits:

[OS programui_SYS_LOADER

Description: 一个不错的USB过滤驱动加载工具,对于快速开发USB接口设备的驱动程序有着一定的帮助。-a good USB filter driver loading tools, for the rapid development of USB interface device drivers have some help.
Platform: | Size: 164864 | Author: 艾德 | Hits:

[Documentsps2andusb

Description: 支持 PS2 与 USB 的键盘过滤驱动(可卸载)-support PS2 and USB keyboard filter driver (which can uninstall)
Platform: | Size: 9216 | Author: loveangel | Hits:

[Driver DevelopUdiskfiletersystem

Description: U盘过滤驱动系统源代码,适合学习usb过滤驱动的XDJMs-U disk filter driver system source code, suitable for studying the usb filter driver XDJMs
Platform: | Size: 3533824 | Author: jason | Hits:

[OS programioctl-sample

Description: 比较简单的io控制的过滤驱动程序示例代码,值得读一读。-Io control relatively simple filter driver sample code, it is worth to read.
Platform: | Size: 17408 | Author: hardway | Hits:

[Driver Developfilter

Description: USB 过滤驱动程序,可以任意修改USB输入设备的功能-USB filter driver can modify the function of USB input device
Platform: | Size: 21504 | Author: hlm | Hits:

[Driver Developww

Description: 基于WDM的USB过滤驱动程序设计与实现-The USB-based WDM filter driver for Design and Implementation
Platform: | Size: 210944 | Author: 无全 | Hits:

[Driver Developusbfilter

Description: 这是一个usb过滤驱动。它也是基于wdm模型的,虽然这个驱动还不够完善,但还是有一定的参考价值。-This is a usb filter driver. It is also based on the wdm model, although the driver is also not perfect, but still has a certain reference value.
Platform: | Size: 6144 | Author: lin | Hits:

[Driver DevelopUSB_FILTER

Description: U盘过滤驱动,仿DDK例子diskperf改写,实现U盘的只读操作,供初学者参考-U disk filter driver, imitation DDK examples diskperf rewritten, realize U disc read-only operation, the reference for beginners
Platform: | Size: 35840 | Author: wxb | Hits:

[Driver DevelopUsbFilter

Description: USB filter driver sample
Platform: | Size: 19456 | Author: jaehan | Hits:

[Driver DevelopPS_2USB

Description: 实现一个 PS/2 与 USB 键盘过滤驱动,兼容所有 NT 系列的操作系统。-Implementation of a PS/2 and USB keyboard filter driver, compatible with all NT series of operating systems.
Platform: | Size: 9216 | Author: budyou | Hits:

[Software Engineeringdriv2

Description: 实现对文件系统访问的完全控制只有通过过滤驱动技术。介绍了Windows NT 文件 系统驱动和过滤驱动原理、过滤驱动的几种用途以及如何加载一个过滤驱动,设计并实现了一个 控制USB 设备的过滤驱动实例。-Implementation of file system access only through the full control of filter drive technology. Introduction of the Windows NT file system driver and filter driver principle, filter driven several uses and how to load a filter driver, design and implementation of a control USB device filter driver example.
Platform: | Size: 43008 | Author: 曾经如此 | Hits:

[Software EngineeringWDMUSBVideoStreamingFilterDriver

Description: WDM USB Video Streaming Filter Driver
Platform: | Size: 67584 | Author: 夏峰 | Hits:

[Driver Developusbfilt

Description: 一个简单的上层USB过滤驱动,在此基础上可以实现U盘只读,只写,加解密等功能。-a simple usb filter driver. you can implement read-only,write-only, encryptand uncrypt function based on this project
Platform: | Size: 505856 | Author: 艾德 | Hits:

[USB developusbfilter

Description: USB Driver Filter. usbfriver contains driver setupdriver contains how setup driver
Platform: | Size: 183296 | Author: Football | Hits:

[Driver Developfilter

Description:
Platform: | Size: 1020928 | Author: pudnyh | Hits:

[SCMCodes

Description: 《圈圈教你玩USB(附盘)》附带的光盘中有USB学习板的电路图以及所有实验的完整源代码包(C/C++语言)。通过U盘、USB鼠标、USB键盘、USBMIDI键盘、USB转串口、自定义的USBHID设备和自定义的USB设备等几个具体的USB例子,一步步讲解USB设备及驱动程序和应用程序开发的详细过程和步骤。最后两章介绍USBWDM驱动开发,并给出一个简单的USB驱动和USB上层过滤驱动的实例。-"Circle teach you to play USB (attached disk)" with USB CD-ROM in the circuit board and all learn the complete source code package test (C/C++ language). Through U disk, USB mouse, USB keyboard, USBMIDI keyboard, USB to serial port, USBHID custom USB device and custom USB device, and several other specific examples, step by step and explain the USB device driver and application development of detailed process and steps. The last two chapters introduce USBWDM driven development, and gives a simple USB drive and USB upper filter driver instance.
Platform: | Size: 35291136 | Author: kevin | Hits:

[Driver DevelopWindows_2000_XP_WDM_Driver_Development

Description: 本书主要介绍了用DriverStudio 3.1开发工具开发Windows 2000/XP下的WDM设备驱动程序的原理及编程方法。本书详细介绍了WDM基本程序框架和编程,IRP的基本概念及编程,WDM和应用程序之间的通信、即插即用、电源管理、WMI的编程技术,IRP串行处理、过滤器驱动程序,WDM访问硬件设备、处理硬件中断、实现DMA操作的编程技术,以及大量的基本编程技术,还有USB接口和PCI接口设备驱动程序WDM的开发。 本书附有20个典型的编程实例,便于读者学习和掌握。 本书是一本技术性较强的工具书。本书的适用对象是具有一定计算机硬件及C++语言基础的计算机应用开发人员,是计算机应用开发人员和高等院校学生的实用参考书。 -This book introduces the development tools developed by DriverStudio 3.1 under Windows 2000/XP WDM Device Driver principles and programming. WDM book details the basic procedural framework and programming, IRP and the basic concepts of programming, WDM, and the communication between applications, plug and play, power management, WMI programming techniques, IRP serial processing, the filter driver , WDM access to the hardware equipment to handle hardware interrupts, DMA operation of achieving the programming technology, and a lot of basic programming techniques, as well as PCI interface, USB interface and WDM device driver development. Book with 20 examples of typical programming, easy to readers to learn and master. This book is a highly technical tool. The book is targeted with a certain computer hardware and C-based computer application developer, a computer application developers and university students practical reference book.
Platform: | Size: 35525632 | Author: lijianli | Hits:

[Driver Developfilter-driver-of-usb-disk

Description: filter driver of usb disk
Platform: | Size: 106496 | Author: zhangjunfu | Hits:
« 12 3 »

CodeBus www.codebus.net